home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / UsingPDF / GhostScript / source / gs5.10 / Fontmap.Sol < prev    next >
Encoding:
Text File  |  1997-10-30  |  16.2 KB  |  483 lines

  1. % Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % Fontmap.Solaris - Ghostscript Fontmap for Solaris 2.3 and above
  16. % ===============================================================
  17. %
  18. % The Solaris 2.3 (and above) operating system from Sun Microsystems comes with
  19. % Display Postscript (DPS), including certain Type1 and Type3 PostScript fonts.
  20. % Using these fonts instead of the default Ghostscript fonts greatly improves
  21. % the visual quality of Ghostscript rendered documents, especially at larger
  22. % font sizes. You should definately use these fonts if you have Solaris 2.3 or
  23. % above.
  24. %
  25. % To use the Solaris 2 DPS fonts, simply copy this file (Fontmap.Solaris) to
  26. %
  27. %   /usr/local/lib/Ghostscript/VERSION/Fontmap
  28. %   (where VERSION is the version number of Ghostscript, eg: 3.33)
  29. %
  30. % and set the environment variable GS_LIB as follows:
  31. %
  32. %   GS_LIB=/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/Type3
  33. %   export GS_LIB
  34. %
  35. % You can use /usr/openwin/lib/fonts/Type1/outline instead if you like, it
  36. % makes no difference (the files in /usr/openwin/lib/fonts/Type1 are symlinks
  37. % into /usr/openwin/lib/fonts/Type1/outline).
  38. %
  39. % Instead of setting GS_LIB, you could add the above directories to
  40. % GS_LIB_DEFAULT in your makefile before building Ghostscript.
  41. %
  42. %
  43. % IMPORTANT NOTE
  44. % ==============
  45. %
  46. % Note that simply setting GS_FONTPATH may not work, because for some reason
  47. % some versions of gs can't seem to find any fonts in
  48. % /usr/openwin/lib/X11/fonts/Type1/outline.
  49. % It says: "15 files, 15 scanned, 0 new fonts".
  50. %
  51. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  52.  
  53. % ----------------------------------------------------------------
  54.  
  55. % This file is a catalog of fonts known to Ghostscript.  Any font
  56. % that is to be loaded automatically when named must be in this catalog,
  57. % except for fonts that Ghostscript finds automatically in directories
  58. % named in the GS_FONTPATH environment variable.
  59.  
  60. % Each font has an entry consisting of three items:
  61. %
  62. %    - The name by which the font is known inside Ghostscript
  63. %    (a Ghostscript name preceded by a `/', or a string enclosed
  64. %    in parentheses).  This is used to find the file from which
  65. %    a font of a given name should be loaded.
  66. %
  67. %    - Information depending on whether this is a real font or a
  68. %    font alias:
  69. %
  70. %        - For real fonts, the name of the Ghostscript font
  71. %        file (a Ghostscript string, enclosed in parentheses).
  72. %        The filename should include the extension, which (by
  73. %        convention) is `.gsf'.  `.pfa' and `.pfb' files are
  74. %        also usable as fonts for Ghostscript.
  75. %
  76. %        - For font aliases, the name of the font which should
  77. %        be used when this one is requested, preceded by a
  78. %        `/'.  See the entry for Charter below for an example.
  79. %        Note that an alias name cannot be enclosed in parentheses.
  80. %
  81. %    - At least one space or tab, and a terminating semicolon.
  82.  
  83. % Because of limitations in the MS-DOS environment, Ghostscript font
  84. % file names must be no more than 8 characters long, must consist only
  85. % of LOWER CASE letters, digits, and underscores, and must start with a
  86. % letter.  Font names, on the other hand, need only obey the syntax of
  87. % names in the Ghostscript language, which is much more liberal.
  88.  
  89. % The following table is actually a Ghostscript data structure.
  90. % If you add new entries, be sure to copy the punctuation accurately;
  91. % in particular, you must leave at least one space or tab between each
  92. % field in the entry.  Also, please read fonts.doc for important information
  93. % about font names.
  94.  
  95. % Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
  96. % and other programs that don't include full PostScript interpreters,
  97. % as well as with PostScript interpreters; .gsf fonts are compatible with
  98. % PostScript interpreters, but not with ATM or similar programs.
  99.  
  100. %
  101. % Fonts contributed by:
  102. %    URW++ Design and Development Incorporated
  103. %    Poppenbuetteler Bogen 29A
  104. %    D-22399 Hamburg
  105. %    Germany
  106. %    tel. +49 (40) 60 60 50
  107. %    fax +49 (40) 60 60 51 11
  108. %    http://www.urwpp.de
  109. % for distribution under the GNU License and Aladdin Free Public License.
  110. % See the notice at the head of this Fontmap file for licensing terms.
  111. % Each of these fonts is individually covered by the license:
  112. % for licensing purposes, they are not "part of" any larger entity.
  113. % The following notice applies to these fonts:
  114. %
  115. %    Copyright URW Software, Copyright 1994 by URW.
  116. %
  117.  
  118. % Actual fonts
  119.  
  120. /URWBookmanL-DemiBold    (b018015l.pfb)    ;
  121. /URWBookmanL-DemiBoldItal    (b018035l.pfb)    ;
  122. /URWBookmanL-Ligh    (b018012l.pfb)    ;
  123. /URWBookmanL-LighItal    (b018032l.pfb)    ;
  124.  
  125. /NimbusMonL-Regu    (n022003l.pfb)    ;
  126. /NimbusMonL-ReguObli    (n022023l.pfb)    ;
  127. /NimbusMonL-Bold    (n022004l.pfb)    ;
  128. /NimbusMonL-BoldObli    (n022024l.pfb)    ;
  129.  
  130. /URWGothicL-Book    (a010013l.pfb)    ;
  131. /URWGothicL-BookObli    (a010033l.pfb)    ;
  132. /URWGothicL-Demi    (a010015l.pfb)    ;
  133. /URWGothicL-DemiObli    (a010035l.pfb)    ;
  134.  
  135. /NimbusSanL-Regu    (n019003l.pfb)    ;
  136. /NimbusSanL-ReguItal    (n019023l.pfb)    ;
  137. /NimbusSanL-Bold    (n019004l.pfb)    ;
  138. /NimbusSanL-BoldItal    (n019024l.pfb)    ;
  139.  
  140. /NimbusSanL-ReguCond    (n019043l.pfb)    ;
  141. /NimbusSanL-ReguCondItal    (n019063l.pfb)    ;
  142. /NimbusSanL-BoldCond    (n019044l.pfb)    ;
  143. /NimbusSanL-BoldCondItal    (n019064l.pfb)    ;
  144.  
  145. /URWPalladioL-Roma    (p052003l.pfb)    ;
  146. /URWPalladioL-Ital    (p052023l.pfb)    ;
  147. /URWPalladioL-Bold    (p052004l.pfb)    ;
  148. /URWPalladioL-BoldItal    (p052024l.pfb)    ;
  149.  
  150. /CenturySchL-Roma    (c059013l.pfb)    ;
  151. /CenturySchL-Ital    (c059033l.pfb)    ;
  152. /CenturySchL-Bold    (c059016l.pfb)    ;
  153. /CenturySchL-BoldItal    (c059036l.pfb)    ;
  154.  
  155. /NimbusRomNo9L-Regu    (n021003l.pfb)    ;
  156. /NimbusRomNo9L-ReguItal    (n021023l.pfb)    ;
  157. /NimbusRomNo9L-Medi    (n021004l.pfb)    ;
  158. /NimbusRomNo9L-MediItal    (n021024l.pfb)    ;
  159.  
  160. /StandardSymL    (s050000l.pfb)    ;
  161.  
  162. /URWChanceryL-MediItal    (z003034l.pfb)    ;
  163.  
  164. /Dingbats    (d050000l.pfb)    ;
  165.  
  166. % Aliases
  167.  
  168. /Bookman-Demi            /URWBookmanL-DemiBold    ;
  169. /Bookman-DemiItalic        /URWBookmanL-DemiBoldItal    ;
  170. /Bookman-Light            /URWBookmanL-Ligh    ;
  171. /Bookman-LightItalic        /URWBookmanL-LighItal    ;
  172.  
  173. /Courier            /NimbusMonL-Regu    ;
  174. /Courier-Oblique        /NimbusMonL-ReguObli    ;
  175. /Courier-Bold            /NimbusMonL-Bold    ;
  176. /Courier-BoldOblique        /NimbusMonL-BoldObli    ;
  177.  
  178. /AvantGarde-Book        /URWGothicL-Book    ;
  179. /AvantGarde-BookOblique        /URWGothicL-BookObli    ;
  180. /AvantGarde-Demi        /URWGothicL-Demi    ;
  181. /AvantGarde-DemiOblique        /URWGothicL-DemiObli    ;
  182.  
  183. % Solaris 2 DPS has Helvetica as a Type1 font.
  184. %/Helvetica            /NimbusSanL-Regu    ;
  185. %/Helvetica-Oblique        /NimbusSanL-ReguItal    ;
  186. %/Helvetica-Bold            /NimbusSanL-Bold    ;
  187. %/Helvetica-BoldOblique        /NimbusSanL-BoldItal    ;
  188.  
  189. /Helvetica-Narrow        /NimbusSanL-ReguCond    ;
  190. /Helvetica-Narrow-Oblique    /NimbusSanL-ReguCondItal    ;
  191. /Helvetica-Narrow-Bold        /NimbusSanL-BoldCond    ;
  192. /Helvetica-Narrow-BoldOblique    /NimbusSanL-BoldCondItal    ;
  193.  
  194. /Palatino-Roman            /URWPalladioL-Roma    ;
  195. /Palatino-Italic        /URWPalladioL-Ital    ;
  196. /Palatino-Bold            /URWPalladioL-Bold    ;
  197. /Palatino-BoldItalic        /URWPalladioL-BoldItal    ;
  198.  
  199. /NewCenturySchlbk-Roman        /CenturySchL-Roma    ;
  200. /NewCenturySchlbk-Italic    /CenturySchL-Ital    ;
  201. /NewCenturySchlbk-Bold        /CenturySchL-Bold    ;
  202. /NewCenturySchlbk-BoldItalic    /CenturySchL-BoldItal    ;
  203.  
  204. % Solaris 2 DPS has Times as a Type1 font.
  205. %/Times-Roman            /NimbusRomNo9L-Regu    ;
  206. %/Times-Italic            /NimbusRomNo9L-ReguItal    ;
  207. %/Times-Bold            /NimbusRomNo9L-Medi    ;
  208. %/Times-BoldItalic        /NimbusRomNo9L-MediItal    ;
  209.  
  210. % Solaris 2 DPS has Symbol as a Type1 font.
  211. %/Symbol                /StandardSymL    ;
  212.  
  213. /ZapfChancery-MediumItalic    /URWChanceryL-MediItal    ;
  214.  
  215. /ZapfDingbats            /Dingbats    ;
  216.  
  217. %
  218. % Type 1 fonts contributed to the X11R5 distribution.
  219. %
  220.  
  221. % The following notice accompanied the Charter fonts.
  222. %
  223. % (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
  224. %
  225. % You are hereby granted permission under all Bitstream propriety rights
  226. % to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
  227. % Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
  228. % for any purpose and without restriction; provided, that this notice is
  229. % left intact on all copies of such fonts and that Bitstream's trademark
  230. % is acknowledged as shown below on all unmodified copies of the 4 Charter
  231. % Type 1 fonts.
  232. %
  233. % BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
  234.  
  235. % The Bitstream Charter fonts have different names (CharterBT-
  236. % instead of Charter-), but Ghostscript doesn't care.
  237. /Charter-Roman            (bchr.pfa)    ;
  238. /Charter-Italic            (bchri.pfa)    ;
  239. /Charter-Bold            (bchb.pfa)    ;
  240. /Charter-BoldItalic        (bchbi.pfa)    ;
  241.  
  242. % The following notice accompanied the Utopia font:
  243. %
  244. %   Permission to use, reproduce, display and distribute the listed
  245. %   typefaces is hereby granted, provided that the Adobe Copyright notice
  246. %   appears in all whole and partial copies of the software and that the
  247. %   following trademark symbol and attribution appear in all unmodified
  248. %   copies of the software:
  249. %
  250. %           Copyright (c) 1989 Adobe Systems Incorporated
  251. %           Utopia (R)
  252. %           Utopia is a registered trademark of Adobe Systems Incorporated
  253. %
  254. %   The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
  255. %   Metric files) donated are:
  256. %
  257. %           Utopia Regular
  258. %           Utopia Italic
  259. %           Utopia Bold
  260. %           Utopia Bold Italic
  261.  
  262. /Utopia-Regular        (putr.pfa)    ;
  263. /Utopia-Italic        (putri.pfa)    ;
  264. /Utopia-Bold        (putb.pfa)    ;
  265. /Utopia-BoldItalic    (putbi.pfa)    ;
  266.  
  267. %
  268. % Fonts contributed by URW GmbH for distribution under the GNU License.
  269. % The following notice accompanied these fonts:
  270. %
  271. % U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
  272. % U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
  273. %
  274. % Copyright (c) 1992 URW GmbH, Hamburg, Germany
  275. %
  276. % This program is free software; you can redistribute it and/or modify
  277. % it under the terms of the GNU General Public License as published by
  278. % the Free Software Foundation; either version 2 of the License, or
  279. % (at your option) later version.
  280. %
  281. % This program is distributed in the hope that it will be useful,
  282. % but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
  283. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  284. % See the GNU General Public License for more details.
  285. %
  286. % You should have received a copy of the GNU General Public License
  287. % along with this program; if not, write to the Free Software
  288. % Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  289. %
  290. % Address:
  291. % URW GmbH
  292. % PC Support
  293. % Harksheider Strasse 102
  294. % 2000 Hamburg 65
  295. % Germany
  296. % Phone: +49 40 60 60 50       (Reception)
  297. % Phone: +49 40 60 60 52 30   (PC Support)
  298. % Fax    : +49 40 60 60 52 52
  299. %
  300.  
  301. /URWAntiquaT-RegularCondensed    (u003043t.gsf)    ;
  302. /URWGroteskT-Bold        (u004006t.gsf)    ;
  303.  
  304. %
  305. % Shareware Kana fonts.  These are subject to the following notice:
  306. %
  307. % These copyrighted fonts were developed by Kevin Hartig. Permission is
  308. % granted to freely distribute them in entirety along with this statement.
  309. % This is shareware. If you decide to use these fonts please contribute
  310. % $10 US to help support further freeware and shareware software development.
  311. % Questions and comments may be sent to:
  312. %
  313. % hartig@fsl.noaa.gov
  314. % khartig@nyx.cs.du.edu
  315. %
  316. % Kevin Hartig
  317. % 1126 Collyer Street
  318. % Longmont, CO 80501 USA
  319. % copyright 1993.
  320.  
  321. % Hiragana and Katakana fonts.  The character names are inappropriate,
  322. % and the encoding is probably not related to any known standard.
  323.  
  324. /Calligraphic-Hiragana        (fhirw.gsf)    ;
  325. /Calligraphic-Katakana        (fkarw.gsf)    ;
  326.  
  327. %
  328. % Public-domain fonts.  These have no copyright, and are of unknown quality.
  329.  
  330. % Cyrillic fonts.  The character names are inappropriate,
  331. % and the encoding is probably not related to any known standard.
  332.  
  333. /Shareware-Cyrillic-Regular    (fcyr.gsf)    ;
  334. /Shareware-Cyrillic-Italic    (fcyri.gsf)    ;
  335.  
  336. % Aliases
  337. /Cyrillic            /Cyrillic-Regular    ;
  338. /Cyrillic-Regular        /Shareware-Cyrillic-Regular    ;
  339. /Cyrillic-Italic        /Shareware-Cyrillic-Italic    ;
  340.  
  341. %
  342. % Fonts converted from Hershey outlines.  These are constructed and
  343. % maintained manually.  These are also in the public domain.
  344. %
  345. % The suggested UniqueID's and filenames are constructed differently for
  346. % these than for the ones above, because of the strange way that the Hershey
  347. % fonts were constructed.  The scheme for these looks like:
  348. %
  349. % 42TTXY0
  350. %
  351. % TT = typeface, X = ``class'', Y = variation
  352. %
  353. % The typeface names and numbers are listed in fonts.mak.
  354. %
  355. % class:
  356. % 0 = normal            = r
  357. % 1 = simplex            = s
  358. % 2 = complex            = c
  359. % 3 = triplex            = t
  360. % 4 = duplex            = d
  361. %
  362. % variation:
  363. % 0 = normal            (omitted)
  364. % 1 = oblique            = o
  365. % 2 = italic            = i
  366. % 3 = bold            = b
  367. % 4 = bold oblique        = bo
  368. % 5 = bold italic        = bi
  369. %
  370.  
  371. % Fonts created by Thomas Wolff <wolff@inf.fu-berlin.de>, by adding
  372. % accents, accented characters, and various other non-alphabetics
  373. % to the original Hershey fonts.  These are "freeware", not to be sold.
  374.  
  375. /Hershey-Gothic-English        (hrger.pfa)    ;    % 5066533
  376. /Hershey-Gothic-German        (hrgrr.pfa)    ;
  377. /Hershey-Gothic-Italian        (hritr.pfa)    ; 
  378.  
  379. /Hershey-Plain-Duplex        (hrpld.pfa)    ;
  380. /Hershey-Plain-Duplex-Italic    (hrpldi.pfa)    ;
  381. /Hershey-Plain-Triplex        (hrplt.pfa)    ;
  382. /Hershey-Plain-Triplex-Italic    (hrplti.pfa)    ;
  383.  
  384. /Hershey-Script-Complex        (hrscc.pfa)    ;
  385. /Hershey-Script-Simplex        (hrscs.pfa)    ;    % 5066541
  386.  
  387. % Fonts created algorithmically from the above.
  388.  
  389. /Hershey-Gothic-English-Bold        (hrgerb.gsf)    ;    % 5066542
  390. /Hershey-Gothic-English-Oblique        (hrgero.gsf)    ;
  391. /Hershey-Gothic-English-SemiBold    (hrgerd.gsf)    ;
  392. /Hershey-Gothic-German-Bold        (hrgrrb.gsf)    ;
  393. /Hershey-Gothic-German-Oblique        (hrgrro.gsf)    ;
  394. /Hershey-Gothic-Italian-Bold        (hritrb.gsf)    ;
  395. /Hershey-Gothic-Italian-Oblique        (hritro.gsf)    ;
  396.  
  397. /Hershey-Plain-Duplex-Bold        (hrpldb.gsf)    ;
  398. /Hershey-Plain-Duplex-Bold-Italic    (hrpldbi.gsf)    ;
  399. /Hershey-Plain-Triplex-Bold        (hrpltb.gsf)    ;
  400. /Hershey-Plain-Triplex-Bold-Italic    (hrpltbi.gsf)    ;
  401.  
  402. /Hershey-Script-Complex-Bold        (hrsccb.gsf)    ;
  403. /Hershey-Script-Complex-Oblique        (hrscco.gsf)    ;
  404. /Hershey-Script-Simplex-Bold        (hrscsb.gsf)    ;
  405. /Hershey-Script-Simplex-Oblique        (hrscso.gsf)    ;    % 5066556
  406.  
  407. % Fonts consisting only of characters from the original Hershey
  408. % distribution.  These are Type 3 fonts.
  409.  
  410. /Hershey-Greek-Complex            (hrgkc.gsf)    ;    % 5066557
  411. /Hershey-Greek-Simplex            (hrgks.gsf)    ;
  412.  
  413. /Hershey-Plain                (hrplr.gsf)    ;
  414. /Hershey-Plain-Simplex            (hrpls.gsf)    ;    % 5066560
  415.  
  416. % Fonts created algorithmically from the above.
  417.  
  418. /Hershey-Plain-Bold            (hrplrb.gsf)    ;    % 5066561
  419. /Hershey-Plain-Bold-Oblique        (hrplrbo.gsf)    ;
  420. /Hershey-Plain-Oblique            (hrplro.gsf)    ;
  421. /Hershey-Plain-Simplex-Bold        (hrplsb.gsf)    ;
  422. /Hershey-Plain-Simplex-Bold-Oblique    (hrplsbo.gsf)    ;
  423. /Hershey-Plain-Simplex-Oblique        (hrplso.gsf)    ;    % 5066566
  424.  
  425. % This font, and only this font among the Hershey fonts, uses
  426. % the SymbolEncoding.
  427.  
  428. /Hershey-Symbol                (hrsyr.gsf)    ;    % 5066567
  429. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  430. %
  431. %  Solaris 2 Display PostScript Type1 and Type3 fonts...
  432. %
  433.  
  434. /Helvetica            (Helvetica.pfa)            ;
  435. /Helvetica-Bold            (Helvetica-Bold.pfa)        ;
  436. /Helvetica-BoldOblique        (Helvetica-BoldOblique.pfa)    ;
  437. /Helvetica-Oblique        (Helvetica-Oblique.pfa)        ;
  438.  
  439. /Symbol                (Symbol.pfa)            ;
  440. /SymbolSet            /Symbol                ;
  441.  
  442. /Times-Bold            (Times-Bold.pfa)        ;
  443. /Times-BoldItalic        (Times-BoldItalic.pfa)        ;
  444. /Times-Italic            (Times-Italic.pfa)        ;
  445. /Times-Roman            (Times-Roman.pfa)        ;
  446. /TimesNewRoman            /Times-Roman            ;
  447. /TimesNewRoman-Bold        /Times-Bold            ;
  448. /TimesNewRoman-BoldItalic    /Times-BoldItalic        ;
  449. /TimesNewRoman-Italic        /Times-Italic            ;
  450.  
  451. /Dijkstra            (Dijkstra.ps)            ;
  452.  
  453. /Hershey-Cyrillic        (HrshCyr.ps)            ;
  454.  
  455. /Hershey-Gothic            (HrshGoth.ps)            ;
  456.  
  457. /Hershey-Greek            (HrshGrk.ps)            ;
  458. /Hershey-Greek-Narrow        (HrshGrkN.ps)            ;
  459. /Hershey-Greekp            (HrshGrkp.ps)            ;
  460.  
  461. /Hershey-Italic            (HrshI.ps)            ;
  462. /Hershey-Italic-Narrow        (HrshIN.ps)            ;
  463. /Hershey-Italic-Wide        (HrshIW.ps)            ;
  464. /Hershey-Roman            (HrshRom.ps)            ;
  465. /Hershey-Roman-Narrow        (HrshRomN.ps)            ;
  466. /Hershey-Roman-Wide        (HrshRomW.ps)            ;
  467. /Hershey-Romand            (HrshRomd.ps)            ;
  468. /Hershey-Romanp            (HrshRomp.ps)            ;
  469.  
  470. /Hershey-Script            (HrshScr.ps)            ;
  471. /Hershey-Script-Narrow        (HrshScrN.ps)            ;
  472.